home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: OpenDoc Includes: CW vs OD
- Sent: 6/19/96 11:18 AM
- Received: 6/24/96 8:24 AM
- From: Bernhard Damberger, damberge@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >>Doesn't really matter. What's on the OpenDoc DR5 is the OpenDoc 1.0.4. I
- >>don't know which version is on the CW9.
- >
- >How can I know the version of OpenDoc headers? I have looked at
- >Arbitrat.idl (the first file) and there is no version number there...
- >
-
- There are several different kinds of versioning information in the OpenDoc
- headers:
- (1) Do a Get Info on the .idl file and it will say "Version: OpenDoc(tm)
- 1.0.4" or whatever.
- (2) The following idl files contain module statements wherein there is a
- version string defined for a particular subsystem:
- CmdDefs.idl
- ErrorDef.idl
- Foci.idl
- GeoTypes.idl
- ODRgstry.idl
- ODTypesB.idl
- ODTypesM.idl
- Polygon.idl
- StdDefs.idl
- StdExts.idl
- StdProps.idl
- StdTypes.idl
- (3) The actual SOM objects have a major and minor version defined in their
- implementation section.
-
- Take your pick.
-
- I don't think I have ever seen #defines or anything in any of the headers
- specifying what version the headers are.
-
- Bernhard Damberger
- damberge@apple.com
- ODF Quality Guy
-
-